runtime.coro.lockedInt (field)
4 uses
runtime (current package)
coro.go#L34: lockedInt uint32 // mp's internal lockOSThread counter at coro creation time.
coro.go#L58: c.lockedInt = mp.lockedInt
coro.go#L124: if mp != c.mp || mp.lockedInt != c.lockedInt || mp.lockedExt != c.lockedExt {
coro.go#L126: print("coro: got lock internal ", mp.lockedInt, ", want ", c.lockedInt, "\n")
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)